home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / SecalDemo / Inc / lvos / dos.inc < prev    next >
Text File  |  1998-06-24  |  4KB  |  164 lines

  1. def LVOOpen = (-30);
  2. def LVOClose = (-36);
  3. def LVORead = (-42);
  4. def LVOWrite = (-48);
  5. def LVOInput = (-54);
  6. def LVOOutput = (-60);
  7. def LVOSeek = (-66);
  8. def LVODeleteFile = (-72);
  9. def LVORename = (-78);
  10. def LVOLock = (-84);
  11. def LVOUnLock = (-90);
  12. def LVODupLock = (-96);
  13. def LVOExamine = (-102);
  14. def LVOExNext = (-108);
  15. def LVOInfo = (-114);
  16. def LVOCreateDir = (-120);
  17. def LVOCurrentDir = (-126);
  18. def LVOIoErr = (-132);
  19. def LVOCreateProc = (-138);
  20. def LVOExit = (-144);
  21. def LVOLoadSeg = (-150);
  22. def LVOUnLoadSeg = (-156);
  23. def LVOdosPrivate1 = (-162);
  24. def LVOdosPrivate2 = (-168);
  25. def LVODeviceProc = (-174);
  26. def LVOSetComment = (-180);
  27. def LVOSetProtection = (-186);
  28. def LVOdosDateStamp = (-192);
  29. def LVODelay = (-198);
  30. def LVOWaitForChar = (-204);
  31. def LVOParentDir = (-210);
  32. def LVOIsInteractive = (-216);
  33. def LVOExecute = (-222);
  34. def LVOAllocDosObject = (-228);
  35. def LVOFreeDosObject = (-234);
  36. def LVODoPkt = (-240);
  37. def LVOSendPkt = (-246);
  38. def LVOWaitPkt = (-252);
  39. def LVOReplyPkt = (-258);
  40. def LVOAbortPkt = (-264);
  41. def LVOLockRecord = (-270);
  42. def LVOLockRecords = (-276);
  43. def LVOUnLockRecord = (-282);
  44. def LVOUnLockRecords = (-288);
  45. def LVOSelectInput = (-294);
  46. def LVOSelectOutput = (-300);
  47. def LVOFGetC = (-306);
  48. def LVOFPutC = (-312);
  49. def LVOUnGetC = (-318);
  50. def LVOFRead = (-324);
  51. def LVOFWrite = (-330);
  52. def LVOFGets = (-336);
  53. def LVOFPuts = (-342);
  54. def LVOVFWritef = (-348);
  55. def LVOVFPrintf = (-354);
  56. def LVOFlush = (-360);
  57. def LVOSetVBuf = (-366);
  58. def LVODupLockFromFH = (-372);
  59. def LVOOpenFromLock = (-378);
  60. def LVOParentOfFH = (-384);
  61. def LVOExamineFH = (-390);
  62. def LVOSetFileDate = (-396);
  63. def LVONameFromLock = (-402);
  64. def LVONameFromFH = (-408);
  65. def LVOSplitName = (-414);
  66. def LVOSameLock = (-420);
  67. def LVOSetMode = (-426);
  68. def LVOExAll = (-432);
  69. def LVOReadLink = (-438);
  70. def LVOMakeLink = (-444);
  71. def LVOChangeMode = (-450);
  72. def LVOSetFileSize = (-456);
  73. def LVOSetIoErr = (-462);
  74. def LVOFault = (-468);
  75. def LVOPrintFault = (-474);
  76. def LVOErrorReport = (-480);
  77.  
  78. def LVOCli = (-492);
  79. def LVOCreateNewProc = (-498);
  80. def LVORunCommand = (-504);
  81. def LVOGetConsoleTask = (-510);
  82. def LVOSetConsoleTask = (-516);
  83. def LVOGetFileSysTask = (-522);
  84. def LVOSetFileSysTask = (-528);
  85. def LVOGetArgStr = (-534);
  86. def LVOSetArgStr = (-540);
  87. def LVOFindCliProc = (-546);
  88. def LVOMaxCli = (-552);
  89. def LVOSetCurrentDirName = (-558);
  90. def LVOGetCurrentDirName = (-564);
  91. def LVOSetProgramName = (-570);
  92. def LVOGetProgramName = (-576);
  93. def LVOSetPrompt = (-582);
  94. def LVOGetPrompt = (-588);
  95. def LVOSetProgramDir = (-594);
  96. def LVOGetProgramDir = (-600);
  97. def LVOSystemTagList = (-606);
  98. def LVOAssignLock = (-612);
  99. def LVOAssignLate = (-618);
  100. def LVOAssignPath = (-624);
  101. def LVOAssignAdd = (-630);
  102. def LVORemAssignList = (-636);
  103. def LVOGetDeviceProc = (-642);
  104. def LVOFreeDeviceProc = (-648);
  105. def LVOLockDosList = (-654);
  106. def LVOUnLockDosList = (-660);
  107. def LVOAttemptLockDosList = (-666);
  108. def LVORemDosEntry = (-672);
  109. def LVOAddDosEntry = (-678);
  110. def LVOFindDosEntry = (-684);
  111. def LVONextDosEntry = (-690);
  112. def LVOMakeDosEntry = (-696);
  113. def LVOFreeDosEntry = (-702);
  114. def LVOIsFileSystem = (-708);
  115. def LVOFormat = (-714);
  116. def LVORelabel = (-720);
  117. def LVOInhibit = (-726);
  118. def LVOAddBuffers = (-732);
  119. def LVOCompareDates = (-738);
  120. def LVODateToStr = (-744);
  121. def LVOStrToDate = (-750);
  122. def LVOInternalLoadSeg = (-756);
  123. def LVOInternalUnLoadSeg = (-762);
  124. def LVONewLoadSeg = (-768);
  125. def LVOAddSegment = (-774);
  126. def LVOFindSegment = (-780);
  127. def LVORemSegment = (-786);
  128. def LVOCheckSignal = (-792);
  129. def LVOReadArgs = (-798);
  130. def LVOFindArg = (-804);
  131. def LVOReadItem = (-810);
  132. def LVOStrToLong = (-816);
  133. def LVOMatchFirst = (-822);
  134. def LVOMatchNext = (-828);
  135. def LVOMatchEnd = (-834);
  136. def LVOParsePattern = (-840);
  137. def LVOMatchPattern = (-846);
  138. def LVOdosPrivate3 = (-852);
  139. def LVOFreeArgs = (-858);
  140.  
  141. def LVOFilePart = (-870);
  142. def LVOPathPart = (-876);
  143. def LVOAddPart = (-882);
  144. def LVOStartNotify = (-888);
  145. def LVOEndNotify = (-894);
  146. def LVOSetVar = (-900);
  147. def LVOGetVar = (-906);
  148. def LVODeleteVar = (-912);
  149. def LVOFindVar = (-918);
  150. def LVOdosPrivate4 = (-924);
  151. def LVOCliInitNewcli = (-930);
  152. def LVOCliInitRun = (-936);
  153. def LVOWriteChars = (-942);
  154. def LVOPutStr = (-948);
  155. def LVOVPrintf = (-954);
  156.  
  157. def LVOParsePatternNoCase = (-966);
  158. def LVOMatchPatternNoCase = (-972);
  159. def LVOdosPrivate5 = (-978);
  160. def LVOSameDevice = (-984);
  161. def LVOExAllEnd = (-990);
  162. def LVOSetOwner = (-996);
  163.  
  164.